home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / The Library / The Library.rsrc / CSTR_17591_prevchapCSTR < prev    next >
Text File  |  1994-09-21  |  305b  |  15 lines

  1. global chapterstart
  2. put wai() into w
  3. put chapterstart into c
  4. put last item of c into lastchap
  5. do "sort items of c numeric"
  6. repeat
  7. if item 1 of c is not a number then delete item 1 of c
  8. else exit repeat
  9. end repeat
  10. get item w of c
  11. if it is a number
  12. then
  13. if it │ 1 then gopage it
  14. else gopage lastchap
  15. end if